home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Corbis Images Sampler - Red
/
RED.iso
/
pc
/
Interface
/
inter.dxr
/
00029_nextarrow action 1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-12-21
|
224 b
|
16 lines
on mouseUp
puppetSound(2, "click")
go(the frame + 1)
end
on mouseEnter
puppetSound(3, "over")
sprite(40).visible = 1
sprite(41).visible = 1
end
on mouseLeave
sprite(40).visible = 0
sprite(41).visible = 0
end